home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / oce4900p.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  12.2 KB  |  384 lines

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *%      PostScript(R) Printer Description file for the Oce 4900
  4. *%
  5. *%      Copyright 2001 Oce-Technologies B.V.
  6. *%
  7. *% Feb_23_2001
  8. *%====================================================================
  9. *FileVersion: "1.12"
  10. *FormatVersion: "4.3"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *Manufacturer: "Oce"
  14. *ModelName: "Oce 4900 PostScript"
  15. *PCFileName: "OCE4900P.PPD"
  16. *Product: "(Oce 4900)"
  17. *PSVersion: "(4.0) 100"
  18. *ShortNickName: "Oce 4900 PostScript"
  19. *NickName: "Oce 4900 PostScript"
  20.  
  21. *% === Options and Constraints =========
  22. *%
  23. *OpenGroup: InstallableOptions/Options Installed
  24.  
  25. *OpenUI *Option2/Tray 2: Boolean
  26. *DefaultOption2: False
  27. *Option2 True/Installed: ""
  28. *Option2 False/Not Installed: ""
  29. *CloseUI: *Option2
  30. *OpenUI *Option3/Tray 3: Boolean
  31. *DefaultOption3: False
  32. *Option3 True/Installed: ""
  33. *Option3 False/Not Installed: ""
  34. *CloseUI: *Option3
  35. *OpenUI *Option4/Duplex: Boolean
  36. *DefaultOption4: False
  37. *Option4 True/Installed: ""
  38. *Option4 False/Not Installed: ""
  39. *CloseUI: *Option4
  40.  
  41. *CloseGroup: InstallableOptions
  42.  
  43. *UIConstraints: *Option2 False *InputSlot Cassette2
  44. *UIConstraints:  *InputSlot Cassette2 *Option2 False
  45. *UIConstraints: *Option4 True *Option3 True
  46. *UIConstraints: *Option3 True *Option4 True
  47. *UIConstraints: *Option3 False *InputSlot Cassette3
  48. *UIConstraints: *InputSlot Cassette3 *Option3 False 
  49. *UIConstraints: *Option4 False *Duplex
  50. *UIConstraints: *Duplex *Option4 False
  51.  
  52. *%=== Basic Device Capabilities ===========================
  53. *%
  54. *ColorDevice: False
  55. *DefaultColorSpace: Gray
  56. *LanguageLevel: "2"
  57. *Throughput: "22"
  58. *TTRasterizer: Type42
  59. *?TTRasterizer: "
  60.     {42 /FontType findresource pop (Type42) } stopped { (Unknown) } if show
  61.     "
  62. *End
  63.  
  64. *%===System Management==================================
  65.  
  66. *FreeVM: "496664"
  67. *Reset: "<04>"
  68.  
  69. *Password: "0"
  70. *ExitServer: "
  71.   count 0 eq {  % is the password on the stack?
  72.     true
  73.   }{
  74.     dup % potential password
  75.     statusdict /checkpassword get exec not
  76.   } ifelse
  77.   {  %  if no password or not valid
  78.     (WARNING : Cannot perform the exitserver command.) =
  79.     (Password supplied is not valid.) =
  80.     (Please contact the author of this software.) = flush
  81.     quit
  82.   } if
  83.   serverdict /exitserver get exec"
  84. *End
  85.  
  86. *%====Resolution===========================================
  87.  
  88. *OpenUI *Resolution/Choose Resolution: PickOne
  89. *OrderDependency: 50.1 AnySetup *Resolution
  90. *Resolution 1200dpi: "
  91. 600 600 setresolution statusdict begin 1 setresenhance end"
  92. *End
  93. *Resolution  600dpi: "
  94. 600 600 setresolution statusdict begin 0 setresenhance end"
  95. *End
  96. *Resolution  300dpi: "
  97. 300 300 setresolution statusdict begin 0 setresenhance end"
  98. *End
  99. *DefaultResolution: 600dpi
  100. *?Resolution: "save
  101.    initgraphics
  102.    0 0 moveto currentpoint matrix defaultmatrix transform
  103.    0 72 lineto currentpoint matrix defaultmatrix transform
  104.    3 -1 roll sub dup mul
  105.    3 1 roll exch sub dup mul
  106.    add sqrt round cvi
  107.    (     ) cvs print (dpi) = flush
  108. restore"
  109. *End
  110. *CloseUI: *Resolution
  111.  
  112. *% Gray Levels and Halftoning Information ===============
  113.  
  114. *ContoneOnly: True
  115. *ScreenFreq: "60.0"
  116. *ScreenAngle: "45.0"
  117. *DefaultScreenProc: Dot
  118. *ScreenProc Dot: "{abs dup add 1 sub dup mul exch
  119.            abs dup add 1 sub dup mul add 1 exch sub}"
  120. *End
  121. *ScreenProc Line: "{ pop }"
  122. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  123. *DefaultTransfer: Null
  124. *Transfer Null: "{}"
  125. *Transfer Null.Inverse: "{1 exch sub}"
  126.  
  127. *%=== Paper Handling =======================
  128.  
  129. *OpenGroup: Paper
  130.  
  131. *% Page Size: sets up the frame buffer and selects a tray
  132. *%
  133. *OpenUI *PageSize: PickOne
  134. *OrderDependency: 50.1 AnySetup *PageSize
  135. *DefaultPageSize: Unknown
  136. *PageSize A3: "a3"
  137. *PageSize A4: "a4"
  138. *PageSize A5: "a5"
  139. *PageSize ARCHA: "archa"
  140. *PageSize ARCHB: "archb"
  141. *PageSize Letter: "letter"
  142. *PageSize Tabloid: "tabloid"
  143. *PageSize Legal: "legal"
  144. *PageSize Executive: "executive"
  145. *PageSize Postcard: "card"
  146. *?PageSize: "save
  147.    statusdict begin
  148.    (Unknown) = flush
  149.    end %statusdict
  150. restore"
  151. *End
  152. *CloseUI: *PageSize
  153.  
  154. *% Page Region: sets up a frame buffer, usually used with manual feed
  155. *%
  156. *OpenUI *PageRegion: PickOne
  157. *OrderDependency: 50.2 AnySetup *PageRegion
  158. *DefaultPageRegion: Unknown
  159. *PageRegion A3: "needa3"
  160. *PageRegion A4: "needa4"
  161. *PageRegion A5: "needa5"
  162. *PageRegion ARCHA: "needarcha"
  163. *PageRegion ARCHB: "needarchb"
  164. *PageRegion Letter: "needletter"
  165. *PageRegion Tabloid: "needtabloid"
  166. *PageRegion Legal: "needlegal"
  167. *PageRegion Executive: "needexecutive"
  168. *PageRegion Postcard: "needcard"
  169. *CloseUI: *PageRegion
  170.  
  171. *% The imageable area for the different paper sizes
  172. *%
  173. *DefaultImageableArea: Unknown
  174. *ImageableArea A3: "9 9 833 1182"
  175. *ImageableArea A4: "9 9 586 833"
  176. *ImageableArea A5: "9 9 411 586"
  177. *ImageableArea ARCHA: "9 9 639 855"
  178. *ImageableArea ARCHB: "9 9 855 1287"
  179. *ImageableArea Letter: "9 9 603 783"
  180. *ImageableArea Tabloid: "9 9 783 1215"
  181. *ImageableArea Legal: "9 9 603 999"
  182. *ImageableArea Executive: "9 9 513 747"
  183. *ImageableArea Postcard: "9 9 275 410"
  184. *?ImageableArea: "save
  185.    /cvp {(                ) cvs print () print } bind def
  186.    /upperright {10000 mul floor 10000 div} bind def
  187.    /lowerleft {10000 mul ceiling 10000 div} bind def
  188.    newpath clippath pathbox
  189.    4 -2 roll exch 2 {lowerleft cvp} repeat
  190.    exch 2 {upperright cvp} repeat flush
  191. restore"
  192. *End
  193.  
  194. *% The physical dimensions of the paper
  195. *DefaultPaperDimension: Unknown
  196. *PaperDimension A3: "842 1191"
  197. *PaperDimension A4: "595 842"
  198. *PaperDimension A5: "420 595"
  199. *PaperDimension ARCHA: "648 864"
  200. *PaperDimension ARCHB: "864 1296"
  201. *PaperDimension Letter: "612 792"
  202. *PaperDimension Tabloid: "792 1224"
  203. *PaperDimension Legal: "612 1008"
  204. *PaperDimension Executive: "522 756"
  205. *PaperDimension Postcard: "284 419"
  206.  
  207. *CloseGroup: Paper
  208.  
  209. *% Media handling features ================================
  210.  
  211. *OpenUI *InputSlot: PickOne
  212. *OrderDependency: 50.3 AnySetup *InputSlot
  213. *DefaultInputSlot: Cassette1
  214. *InputSlot MFF/Multifunction feeder: "systemdict begin 3 setpapertray end"
  215. *InputSlot Cassette1/Tray 1: "systemdict begin 0 setpapertray end"
  216. *InputSlot Cassette2/Tray 2: "systemdict begin 1 setpapertray end"
  217. *InputSlot Cassette3/Tray 3: "systemdict begin 2 setpapertray end"
  218. *CloseUI: *InputSlot
  219.  
  220. *%RequiresPageRegion All: True
  221.  
  222. *% Font Information =====================
  223.  
  224. *DefaultFont: Courier
  225. *Font AvantGarde-Book: Standard "(001.001)" Standard ROM
  226. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  227. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  228. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  229. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  230. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  231. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  232. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  233. *Font Courier: Standard "(001.004)" Standard ROM
  234. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  235. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  236. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  237. *Font Helvetica: Standard "(001.001)" Standard ROM
  238. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  239. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  240. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  241. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  242. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  243. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  244. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  245. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  246. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  247. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  248. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  249. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  250. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  251. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  252. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  253. *Font Symbol: Special "(001.001)" Special ROM
  254. *Font Times-Bold: Standard "(001.001)" Standard ROM
  255. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  256. *Font Times-Italic: Standard "(001.001)" Standard ROM
  257. *Font Times-Roman: Standard "(001.001)" Standard ROM
  258. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  259. *Font ZapfDingbats: Special "(001.000)" Special ROM
  260. *?FontQuery: "save
  261.    /str 100 string dup 0 (fonts/) putinterval def
  262.    {
  263.      count 1 gt
  264.      {
  265.        exch dup str 6 94 getinterval cvs
  266.        (/) print print (:) print
  267.        FontDirectory exch known
  268.        {(Yes)}{(No)} ifelse =
  269.      }
  270.      {exit} ifelse
  271.    }bind loop
  272.    (*) = flush
  273. restore"
  274. *End
  275. *?FontList: "save
  276.    FontDirectory { pop == } bind forall flush
  277.    (*) = flush
  278. restore"
  279. *End
  280.  
  281. *% Color Separation Information =====================
  282.  
  283. *DefaultColorSep: ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi
  284.  
  285. *%InkName: ProcessBlack/Process Black
  286. *%InkName: CustomColor/Custom Color
  287. *%InkName: ProcessCyan/Process Cyan
  288. *%InkName: ProcessMagenta/Process Magenta
  289. *%InkName: ProcessYellow/Process Yellow
  290.  
  291. *ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
  292. *ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
  293. *ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "15"
  294. *ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "75"
  295. *ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
  298. *ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
  299. *ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "60"
  300. *ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "60"
  301. *ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
  302.  
  303. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  304. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  305. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  306. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  307. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  308.  
  309. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314.  
  315. *% Finishing options ===============================
  316.  
  317. *OpenUI *Duplex: PickOne
  318. *OrderDependency: 50.4 AnySetup *Duplex
  319. *DefaultDuplex: None
  320. *Duplex DuplexTumble: "
  321.     statusdict begin
  322.     {true settumble true setduplexmode}
  323.     stopped pop end"
  324. *End
  325. *Duplex DuplexNoTumble: "
  326.     statusdict begin
  327.     {false settumble true setduplexmode}
  328.     stopped pop end"
  329. *End
  330. *Duplex None: "
  331.     statusdict begin
  332.     {false setduplexmode}
  333.     stopped pop end"
  334. *End
  335. *?Duplex: "save
  336.    statusdict /duplexmode get exec
  337.    {tumble{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  338.    {(None)}ifelse = flush restore"
  339. *End
  340. *CloseUI: *Duplex
  341.  
  342. *% Printer Messages Information =====================
  343.  
  344. *%Status (format: %%[ status: <one of these> ]%% )
  345. *Status: "idle"
  346. *Status: "Call Service"
  347. *Status: "Command Error"
  348. *Status: "Stat Parity Err"
  349. *Status: "Status Timeout"
  350. *Status: "WAIT A MOMENT"
  351. *Status: "*Please Wait*"
  352. *Status: "Error Recover"
  353. *Status: "Wait Timeout"
  354. *Status: "VSYNC Timeout"
  355. *Status: "Main Motor Error"
  356. *Status: "Optics Error"
  357. *Status: "Fixer Unit Error"
  358. *Status: "Plot EEPROM Err"
  359. *Status: "Toner Sensor Err"
  360. *Status: "Op Mode Set Err"
  361. *Status: "No Toner Dis Box"
  362. *Status: "Proc Unit Change"
  363. *Status: "No Process Unit"
  364. *Status: "Trap5 Cmd Error"
  365. *Status: "Inner Jam"
  366. *Status: "Lower Cass Jam"
  367. *Status: "MP Feeder Jam"
  368. *Status: "Proc Un. Warning"
  369. *Status: "Add Toner"
  370. *Status: "Cover Open"
  371. *Status: "Insert Paper"
  372. *Status: "Upper or Lower"
  373.  
  374. *% Input Sources (format: %%[status: <stat>; source: <one of these> ]%%)
  375. *Source: "Parallel"
  376.  
  377. *% Printer Messages (verbatim from printer):
  378. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  379. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  380. *Message: "\FontName\ not found, using Courier"
  381.  
  382. *% end of PPD file
  383.  
  384.